home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / RAFS115 / !raFS / !Run < prev    next >
Text File  |  1998-11-14  |  1KB  |  38 lines

  1. | raFS (C) 1997-1998 Richard Atterer
  2. | V1.15 (14-11-1998)
  3.  
  4. Set raFS$Dir <Obey$Dir>
  5. IconSprites <raFS$Dir>.!Sprites
  6. RMEnsure UtilityModule 3.10 Error raFS does not work on RiscOS versions lower than 3.10 — sorry!
  7.  
  8. | *SetVars <max_filename_length> {<country_mapping>}* {<variable> <path>}*1
  9. | country_mapping::= <country_nr_to_try_instead> { =<country_nr> }*1
  10. | path can contain "%" in leaf, which will be replaced with country number
  11. | leafname will be truncated left of country nr if
  12. | length > max_filename_length
  13. /<raFS$Dir>.SetVars 10 6=31 7=14=30=34=35 raFS$Messages <raFS$Dir>.Messages% raFS$Templates <raFS$Dir>.Templates%
  14.  
  15. | You can override the automatic language selection here
  16. |SetMacro raFS$Messages  <raFS$Dir>.Messages
  17. |SetMacro raFS$Templates <raFS$Dir>.Templates
  18.  
  19. | Use the RMA instead of the sprite area on RiscOS 3.1
  20. | Value is initial amount of memory claimed, in kBytes
  21. | Make sure you change this in !Boot and !Run
  22. |SetEval raFS$UseRMA 16
  23.  
  24. Set raFS$RM <raFS$Dir>.raFS
  25. RMEnsure UtilityModule 3.50 Set raFS$RM <raFS$Dir>.raFSSpr
  26.  
  27. | Add more filing system names or image file types separated by commas
  28. | to disable integrity checks:
  29. Set raFS$NoChecks CDFS,&FC8
  30.  
  31. RMEnsure raFS 1.15 RMLoad <raFS$RM>
  32. RMLoad <raFS$Dir>.!RunImage
  33.  
  34. | Make raFS load Messages installed in Resources by raFSFiler
  35. raFS_Opt -LoadMessages Resources:$.Resources.raFS.Messages
  36.  
  37. | switches: "-left", "-right", "-priority <nr>" for position on icon bar
  38. If "<Wimp$State>"="desktop" Then Desktop_raFSFiler